Html Css Color HEX #265AD4 Cerulean Blue

📋 copy color: '#265AD4'

red 38 ◦ green 90 ◦ blue 212

#265AD4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #265AD4

Tints of Cerulean Blue #265AD4

RGB

 RED value IS 38 (15.23% from 255) = 11.18%

 GREEN value IS 90 (35.55% from 255) = 26.47%

 BLUE value IS 212 (83.2% from 255) = 62.35%

R = 11.18%
G = 26.47%
B = 62.35%

CMYK

 C value IS 0.82

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#265AD4 (or 0x265AD4) is known color: Cerulean Blue. HEX triplet: 26, 5A and D4. RGB value is (38,90,212). Sum of RGB (Red+Green+Blue) = 38+90+212=340 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.18% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 212 (83.20% from 255 or 62.35% from 340); Max value from RGB is 212 - color contains mainly: blue. Hex color #265AD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265AD4 is #D9A52B. Grayscale: #575757. Windows color (decimal): -14263596 or 13916710. OLE color: 13916710.

HSL color Cylindrical-coordinate representation of color #265AD4: hue angle of 222.07º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #265AD4 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 38 90 212 -
CMYK 0.82 0.58 0 0.17
HSL 222.07º 0.7% 0.49% -
HSV(B) 222.07º 0.82% 0.83% -
XYZ 16.34 12.48 63.83 -
YUV 88.36 197.77 92.08 -
System Red Green Blue C M Y K H S L
Decimal 38 90 212 0.82 0.58 0 0.17 222.07 0.7 0.49
Hex 26 5A D4 52 3A 0 11 DE 46 31
Octal 46 132 324 122 72 0 21 336 106 61
Binary 100110 1011010 11010100 1010010 111010 0 10001 11011110 1000110 110001

Color Harmonies of #265AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265AD4

Black with #265AD4

Text Example


Text Example

White with #265AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265AD4; }

 p { color: rgb(38,90,212); }

 H1.HeaderClassName
 {
   color: #265AD4;
 }
 .AnyTagClassName
 {
   color: #265AD4;
 }
</style>

background-color css

<style>
 a { background-color: #265AD4; }

 a { background-color: rgb(38,90,212); }

 div.DivClassName
 {
   background-color: #265AD4;
 }
 .BgClassName
 {
   background-color: #265AD4;
 }
</style>

border-color css

<style>
 span { border-color: #265AD4; }

 span { border-color: rgb(38,90,212); }

 td.TdClassName
 {
   border-color: #265AD4;
 }
 .TagClassName
 {
   border-color: #265AD4;
 }
</style>